home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1997: The Complete Utilities Toolkit
/
macworld-complete-utilities-1997.iso
/
Programming
/
Mac F2C 1.3
/
Mac F2C Libraries
/
libI77 Sources
/
CW_I.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-09-10
|
451 b
|
12 lines
|
[
TEXT/CWIE
]
/*****************************************************
* *
* Special macros required to correctly build the *
* the CodeWarrior version of libI77. *
* *
*****************************************************/
#define NON_UNIX_STDIO /* Force ANSI standard IO calls */
#define _POSIX_SOURCE /* Force use of tmpnam() instead of mktemp() */
#define CW_F2C /* Trigger CodeWarrior specific library modifications */